home *** CD-ROM | disk | FTP | other *** search
- /* $VER: CD0 1.4 (11-04-95) CD++
- *
- * ATAPI CD-ROM filesystem mount entry using AmiCDFileSystem by Nicola Salmoria
- */
-
- FileSystem = L:AmiCDFileSystem
- Flags = 0
- BlocksPerTrack = 32
- BlockSize = 2048
- Mask = 0x7ffffffe
- LowCyl = 0
- HighCyl = 11000
- Surfaces = 1
- Buffers = 30 /* Number of standard buffers */
- BufMemType = 1
- GlobVec = -1
- Priority = 10
- DosType = 0x41434400
- StackSize = 600
-
-